The ExportOptions object provides properties and methods for retrieving information and setting options for exporting your report (that is, export format, destination, etc.). An ExportOptions Object is obtained from the ExportOptions property of the Report Object.
Property | Description | Read/Write | Restriction in event handler |
---|---|---|---|
String. Gets or sets the character used to separate fields in character separated text formats. This character delimits every field in the file. | |||
String. Gets or sets the character used to separate strings in character separated text formats. This character delimits only string fields (numeric, date fields, etc., have no delimiter). | |||
String. Gets the Internal Name property of the DLL used to export the report to a certain destination. The destination is set in the DestinationType property. | |||
CRExportDestinationType. Gets or sets the export destination type. | |||
String. Gets or sets the file name if the report is exported to a disk. When exporting to HTML use HTMLFileName. When exporting to XML use XMLFileName. | |||
Integer. Gets or sets the base area group number if the area type is group area when exporting to Excel. | |||
CRAreaKind. Gets or sets the base area type if not using constant column width when exporting to Excel. | |||
Double. Gets or sets the column width when exporting to Excel. | |||
Boolean. Gets or sets exporting to Excel has column headings option. | |||
Boolean. Gets or sets export to Excel to use constant column width. | |||
Boolean. Gets or sets exporting to Excel to use tabular format. | |||
Boolean. Gets or sets export to Excel to use worksheet functions to represent subtotal fields in the report. | |||
CRExchangeDestinationType. Gets or sets the Exchange destination type for reports exported to Exchange folders. | |||
String. Gets or sets the path of the Exchange folder for reports exported to Exchange (for example, "MyFolders@Inbox"). | |||
String. Gets or sets a user profile for accessing an Exchange folder for reports exported to Exchange. | |||
Boolean. Gets or sets the column heading option when exporting to Exchange. | |||
String. Gets the Internal Name property of the DLL used to export the report to a certain format type. The export format type is set in the FormatType property. | |||
CRExportFormatType. Gets or sets the format type for the exported report (for example, text, Excel, etc.). | |||
Boolean. Gets or sets the option to create seperated pages when exporting to HTML format. | |||
String. Gets or sets the HTML file name for reports exported to HTML format. | |||
Boolean. Gets or sets the option to display a page navigator on each page of a report exported to HTML format. | |||
String. Gets or sets the destination Lotus Domino database name. | |||
String. Gets or sets the destination Lotus Domino form name. | |||
String. Gets or sets a Blind Carbon Copy (BCC) list for reports e | |||
String. Gets or sets a Carbon Copy (CC) list for reports e | |||
String. Gets or sets the e | |||
String. Gets or sets the e | |||
String. Gets or sets the To list for reports being e | |||
Integer. Gets or sets the number of lines to appear per page option for reports exported to a paginated text format. | |||
String. Gets or sets the ODBC data source for reports exported to ODBC. | |||
String. Gets or sets the user name used to access an ODBC data source for reports exported to ODBC. | |||
String. Gets or sets the database table in the ODBC data source that the report file exported to ODBC will be appended to. You can also create a new table using this property. | |||
Boolean. Gets or sets wether or not to export all pages of the report to Portable Document Format(PDF). PDFExportAllPages must be set to false when setting PDFFirstPageNumber and PDFLastPageNumber. | |||
Long. Gets or sets the start page, of a page export range, when exporting to PDF. PDFExportAllPages must be set to False or this value is ignored. | |||
Long. Gets or sets the end page, of a page export range, when exporting to PDF. PDFExportAllPages must be set to False or this value is ignored. | |||
Report Object. Reference to the parent object. | |||
Boolean. Gets or sets wether or not to export all pages of the report to Rich Text Format(RTF). RTFExportAllPages must be set to false when setting RTFFirstPageNumber and RTFLastPageNumber. | |||
Long. Gets or sets the start page, of a page export range, when exporting to RTF. RTFExportAllPages must be set to False or this value is ignored. | |||
Long. Gets or sets the end page, of a page export range, when exporting to RTF. RTFExportAllPages must be set to False or this value is ignored. | |||
Boolean. Gets or sets whether the date format used in the report should also be used in the exported report. Can be used for Data Interchange Format (DIF), Record Style Format, and comma, tab, or character separated format. | |||
Boolean. Gets or sets whether the number format used in the report should also be used in the exported report. Can be used for Data Interchange Format (DIF), Record Style Format, and comma, tab, or character separated format. | |||
Boolean. Gets or sets allow multiple files, when exporting to XML. When set to True the Schema file for the report will be exported along with the XML file. The Schema file will be either an XML schema (.xsd) or a Document Type Definition (.dtd), depending on the options selected in the XML Forma dilaog box. For more information see "Customizing XML report definitions" in the Crystal Reports Users Guide. | |||
String. Gets or sets the file name if the report is exported to a disk. |
For backwards compatibility the FormatDllName and DestinationDllName properties return the Internal Name property of the associated DLL. The Internal Name property of the DLL is found in the DLLs Properties Dialog box under the Version tab. For a list of export DLLs see "Export Destination" and "Export Format" in the Runtime help (Runtime.hlp).
Seagate Software IMG Holdings, Inc. http://www.seagatesoftware.com Support services: http://support.seagatesoftware.com |